You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtx Class > TMtx Methods > SetRow Method > TMtx.SetRow Method ([In] TDenseMtxVec, int)
Dew Math for .NET
ContentsIndexHome
Example
var A: TMtx; V: TVec; begin CreateIt(A); CreateIt(V); try A.Size(1,2,True); V.SetIt(True,[1,2, 2,4]); // complex vector A.SetCol(V,0); finally FreeIt(V); FreeIt(A); end; end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.